projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8e7f99
)
(mail-bury): Treat pmail-mode like rmail-mode.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 5 Jan 2009 15:53:05 +0000
(15:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 5 Jan 2009 15:53:05 +0000
(15:53 +0000)
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index 6b43a378948c2426cb60dad409c3b0808fb0da70..8f2668d3e78e650f294693cc98a555848a284aa6 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-791,7
+791,7
@@
Prefix arg means don't delete this window."
(not (one-window-p))
(with-current-buffer
(window-buffer (next-window (selected-window) 'not))
- (setq rmail-flag (
eq major-mode 'rmail-mode
))
+ (setq rmail-flag (
memq major-mode '(rmail-mode pmail-mode)
))
(setq summary-buffer
(and mail-bury-selects-summary
(boundp 'rmail-summary-buffer)